home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BOB2 / BOB2_1 / !ArmBob / !Help < prev    next >
Text File  |  1994-12-30  |  1KB  |  36 lines

  1.  ******* ARM BOB v2.1 *************** GCW 25/12/94 *******       
  2.  
  3.  Double clicking on !ArmBob will define four
  4.  filetypes:
  5.  
  6.        BobFile  BobTask  BobProj BobPTask
  7.  
  8.  and their run-actions, and will open the directory
  9.  of the pseudo-filing-system Bob: which contains Bob
  10.  programs.
  11.  
  12.  BobFiles run in a command window - use these for wimp
  13.  programs.
  14.  
  15.  BobTask programs run in a taskwindow. Only use these
  16.  for non-wimp programs with no graphics output.
  17.  
  18.  BobProj files contain the pathnames of files comprising
  19.  a Bob program. Just one must contain the top-level
  20.  function main(). Running the BobProj file compiles the
  21.  files and runs the resulting code in a command window.
  22.  
  23.  BobPTask files are similar to BobProj files but runs
  24.  the program in a taskwindow.
  25.  
  26.  Compilation errors cause a throwback window to open.
  27.  Click on the Throwback icon to open an edit window
  28.  on the source file, with the error line highlighted.
  29.  
  30.  To debug and/or trace double click on the obey files
  31.  debug and trace, and convert your program to BobTask
  32.  or BobPTask filetype. Double click on the !Armbob
  33.  icon to switch debug or trace mode off.
  34.  
  35.  See the docs directory for more information.
  36. *********************************************************